From f352428c9594a8bf7ea198b3e70fd3c945ae0b39 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Thu, 21 Aug 2008 20:10:45 +0000 Subject: [PATCH] Bump to a right beta version. --- configure | 22 +++++++++++----------- configure.in | 6 +++--- gbversion.h | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/configure b/configure index 8aafe0149..a191df8ea 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.61 for GPSBabel 1.3.5. +# Generated by GNU Autoconf 2.61 for GPSBabel 1.3.6. # # Report bugs to . # @@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='GPSBabel' PACKAGE_TARNAME='gpsbabel' -PACKAGE_VERSION='1.3.5' -PACKAGE_STRING='GPSBabel 1.3.5' +PACKAGE_VERSION='1.3.6' +PACKAGE_STRING='GPSBabel 1.3.6' PACKAGE_BUGREPORT='BUG-REPORT-ADDRESS' # Factoring default headers for most tests. @@ -1213,7 +1213,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures GPSBabel 1.3.5 to adapt to many kinds of systems. +\`configure' configures GPSBabel 1.3.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1279,7 +1279,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of GPSBabel 1.3.5:";; + short | recursive ) echo "Configuration of GPSBabel 1.3.6:";; esac cat <<\_ACEOF @@ -1376,7 +1376,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -GPSBabel configure 1.3.5 +GPSBabel configure 1.3.6 generated by GNU Autoconf 2.61 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1390,7 +1390,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by GPSBabel $as_me 1.3.5, which was +It was created by GPSBabel $as_me 1.3.6, which was generated by GNU Autoconf 2.61. Invocation command line was $ $0 $@ @@ -1744,9 +1744,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # Increase GBBUILD for a new release -GBBUILD=16 +GBBUILD=17 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20080811" +PACKAGE_RELEASE="-beta20080821" cat >>confdefs.h <<_ACEOF #define PACKAGE_RELEASE "$PACKAGE_RELEASE" @@ -5276,7 +5276,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by GPSBabel $as_me 1.3.5, which was +This file was extended by GPSBabel $as_me 1.3.6, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5325,7 +5325,7 @@ Report bugs to ." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -GPSBabel config.status 1.3.5 +GPSBabel config.status 1.3.6 configured by $0, generated by GNU Autoconf 2.61, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.in b/configure.in index f3703ddbb..f4f532bf9 100644 --- a/configure.in +++ b/configure.in @@ -3,11 +3,11 @@ AC_PREREQ(2.59) -AC_INIT(GPSBabel, 1.3.5, BUG-REPORT-ADDRESS) +AC_INIT(GPSBabel, 1.3.6, BUG-REPORT-ADDRESS) # Increase GBBUILD for a new release -GBBUILD=16 +GBBUILD=17 # YYYYMMDD, please, if beta, i.e. "-beta20060413" -PACKAGE_RELEASE="-beta20080811" +PACKAGE_RELEASE="-beta20080821" AC_DEFINE_UNQUOTED(PACKAGE_RELEASE, "$PACKAGE_RELEASE", [Define to the release name of this package.]) AC_SUBST(PACKAGE_RELEASE) diff --git a/gbversion.h b/gbversion.h index 72e53c255..09cbfdb89 100644 --- a/gbversion.h +++ b/gbversion.h @@ -4,5 +4,5 @@ * * Isn't simplification via automation grand? */ -#define VERSION "1.3.5-beta20080811" +#define VERSION "1.3.6-beta20080821" #define WEB_DOC_DIR "http://www.gpsbabel.org/htmldoc-development" -- 2.30.2